projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5704501
)
babl-verify.sh: rm cache before running
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 22:01:02 +0000
(23:01 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 22:01:02 +0000
(23:01 +0100)
tools/babl-verify.sh
patch
|
blob
|
history
diff --git
a/tools/babl-verify.sh
b/tools/babl-verify.sh
index 5d917bb8b31d84b70f36b327133014df7371b6d4..0342e8e42fca6991fbd62ffde6a2be29480461a8 100755
(executable)
--- a/
tools/babl-verify.sh
+++ b/
tools/babl-verify.sh
@@
-4,6
+4,8
@@
# a given pixel format - the script is intended to be run as is -
# as well as modified as needed including more relevant conversions
+rm ~/.cache/babl/babl-fishes
+
format=$1
if [ "x$format" = "x" ];then
echo "pass a babl format to verify (in quotes) - running with \"R'G'B'A u8\""